Skip to content

Conversation

@earlephilhower
Copy link
Owner

Fixes #3221

The ::begin() for the BT/BLE HID devices shadows the lower-level HID::begin() calls. This means we need to explicitly call the parent's begin to set things like the _running flag. Without it, transmission from the BT/BLE device would be stopped by the virtual parent's ::send() since _running wasn't set.

Fixes #3221

The ::begin() for the BT/BLE HID devices shadows the lower-level HID::begin()
calls.  This means we need to explicitly call the parent's begin to set things
like the _running flag.  Without it, transmission from the BT/BLE device would
be stopped by the virtual parent's ::send() since _running wasn't set.
@earlephilhower earlephilhower merged commit 0affea4 into master Oct 25, 2025
32 checks passed
@earlephilhower earlephilhower deleted the ovld branch October 25, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression: Keyboard+Joystick BT/BLE connection stops working in v4.5.0+

2 participants